import { status } from "@lazarv/react-server";
export function NotFound() { status(404); return null; }
<NotFound /><div className="flex flex-col gap-4 w-full mt-auto mb-auto justify-center items-center text-center"> # Not FoundSorry, this page was not found.
Please go back to the home page.